home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Developer CD 2.1
/
Amiga Developer CD v2.1.iso
/
NDK
/
NDK_1.3
/
Include-Strip1.3
/
include.h
/
graphics
/
graphint.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1988-07-15
|
219 b
|
15 lines
#ifndef GRAPHICS_GRAPHINT_H
#define GRAPHICS_GRAPHINT_H
#ifndef EXEC_NODES_H
#include <exec/nodes.h>
#endif
struct Isrvstr
{
struct Node is_Node;
struct Isrvstr *Iptr;
int (*code)();
int (*ccode)();
int Carg;
};
#endif